home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Skunkware 5
/
Skunkware 5.iso
/
src
/
X11
/
wais
/
waisgate
/
HTPlain.h
< prev
next >
Wrap
C/C++ Source or Header
|
1995-05-09
|
379b
|
25 lines
/* */
/* Plain text object HTPlain.h
** -----------------
**
**
*/
#ifndef HTPLAIN_H
#define HTPLAIN_H
#include "HTStream.h"
#include "HTAnchor.h"
extern HTStream* HTPlainPresent PARAMS((
HTPresentation * pres,
HTParentAnchor * anchor,
HTStream * sink));
#endif
/*
*/